dlang_koans ~master (2022-05-05T10:04:19.9949617)
Dub
Repo
B
about_classes
Undocumented in source.
class
B :
A
{
this
();
auto
getDoubleValue
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
getDoubleValue
auto
getDoubleValue
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
about_classes
classes
A
AboutClasses
B